Stream recording events
Stream recording event payloads over a WebSocket connection. This is the default method used in our Browser Client. See WebSocket event streaming for more details, or use the HTTP event collection route for a simpler method.
Note: Since browsers cannot send custom headers with WebSocket requests, the browser client automatically appends your API key as a query parameter (?token=your-api-key) to the WebSocket URL.
Please ignore reference to the Bearer HTTP Authentication header here until we can update this documentation to include support for interacting with websockets. The GET method is correct insofar as it refers to the initial upgrade part of the websocket connection negotiation.
Authorizations
Parameters
Path Parameters
The recording ID
"000e8400-e00b-00d0-a716-446655440000""uuid"Query Parameters
Enable debug mode
"true"Payload content type. Defaults to application/x-ndjson when omitted.
"application/x-ndjson""application/ndjson""application/json""application/x-ndjson"Optional compression applied to the payload frames. Defaults to identity.
"gzip""br""zstd""gzip"Responses
WebSocket upgraded successfully.